PACKAGE PAYADJ4 - SIMPLIFIED PAID HOURS PAYROLL LAYOUT

Purpose
- Simplify the payroll view so management sees only what is to be paid.
- Removes confusing first-level columns such as attendance worked, calculated normal, final normal, etc.
- Main heading structure is now:

  Days
  Sessions
  Normal Hours
  OT 1.5
  OT 2.0
  Total Hours
  Adjustments
  Status

Files
- /backoffice/payroll-adjustments.php
- /backoffice/payroll-working-lunch-export.php
- /sql/verify-payadj4-paid-hours-layout.sql
- /README-PAYADJ4.txt

Extract inside
- /home/uent/public_html

Pages changed
- /backoffice/payroll-adjustments.php
- /backoffice/payroll-working-lunch-export.php

Meaning
- Normal Hours = hours to pay at normal/basic rate.
- OT 1.5 = hours to pay at 1.5 overtime rate.
- OT 2.0 = hours to pay at 2.0 overtime rate.
- Total Hours = Normal Hours + OT 1.5 + OT 2.0.
- Adjustments = approved management adjustments already included.
- Status = OK, Adjusted, or Forced logout locked.

Forced logout rule
- Auto/forced logout remains normal-only.
- No OT 1.5.
- No OT 2.0.

After extraction
Open:
- https://uent.co.za/backoffice/payroll-adjustments.php
- https://uent.co.za/backoffice/payroll-working-lunch-export.php
